home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / BBS-Archive / Dev / gcc263-src.lha / gcc-2.6.3 / config / mips / xm-sysv4.h < prev   
C/C++ Source or Header  |  1994-02-06  |  442b  |  12 lines

  1. #include "mips/xm-sysv.h"
  2.  
  3. /* SVR4 provides no sys_siglist,
  4.    but does offer the same data under another name.  */
  5. #define sys_siglist _sys_siglist
  6.  
  7. /* There is a declaration in /usr/include/signal.h that conflicts with the
  8.    declarations in collect2.c and mips-tfile.c, so disable gcc's declarations.
  9.    This is at least true for CDC's EP/IX 2.1.1.  It is suspected to be true
  10.    for RISC/OS 5.x also.  */
  11. #define DONT_DECLARE_SYS_SIGLIST
  12.